Layers and Blending Modes
Layers Basics
Layers are a very easy to use and can solve some challenges with certain types of documents or working with text, artwork or images without affecting other objects.
- You can use layers for both managing different versions of a document with the same layout, perhaps one with multiple languages. With layers you can put each language on a separate layer and disable viewing and printing sequentially for each language.
- Layers can also help you with importing complex items or grouped items and you wish to not disturb existing content.
- Layers can be used for masking items or purposely stacking objects so that both can be seen.
- Layers are also supported in PDF 1.5+. At the moment, only Adobe Reader 7.0+ supports viewing content in layers within a PDF.
Transparent Layer Blending Modes in Scribus
Note: This feature is only available when Scribus is compiled with Cairo 1.2+
Scribus has a very powerful and versatile way of handling layers in a document via the way that not only layers can be made transparent and their opacity changed, but the so called blend modes can be selected to control the way transparency is rendered. Objects can be similarly controled individually. Blend modes are a way for you to control how the pixels of the layers are combined. When a given layer is selected the blend mode chosen affects how that layer's pixels are combined with only those layers below the selected layer. The layers remain separately editable and only are combined in the display and at print/export time. Note also, except when printing to certain printers on Windows, this type of transparency will not be supported well, if it at all. Exporting PDF version 1.4 (Acrobat 5.0) or higher will support these modes properly.
Available Blend Modes in Scribus:
- Normal - Pixels of the selected layer are combined with pixels on the layers below. The single difference is opacity.
- Darken - Pixels in the chosen layer which are darker than the layer's below are are applied to the image. Lighter pixels are masked or invisible.
- Lighten - Pixels in the selected layer that are lighter than underlying layer's pixels will be applied to the image. Darker pixels will be invisible.
- Multiply - combines the colors of the selected layer with the colors of the underlying layers to produce darker colors. Colors which are multiplied with black will be black. Colors multiplied with white results in no color changes.
- Hue - applies the hue of the selected layer to the layers below.
- Saturation - applies the saturation of the selected layer to the layers below.
- Color - applies both the hue and saturation of the selected layer to the underlying layers, but the luminance is not affected.
- Luminosity - applies the luminance values of the selected layer to the luminance of the underlying layers, but the color is not affected.
- Screen - Multiplies the inverse of the selected layer colors and with the colors of the layers below. This gives a color that is the same or lighter than the layer colors below.
- Overlay - combines features of the Screen and Multiply modes. Shows patterns or colors of the selected layer while preserving shadows and highlights of the underlying layer.
- Hard Light - also combines features of the Screen and Multiply modes. Used to show highlights and shadows.
- Soft Light - combines features of the Dodge and Burn modes. Produces soft shadows and highlights.
- Difference - subtracts the selected layer color from the underlying layer, depending on which is lighter.
- Dodge - the lightness values of the colors in the selected layer modify the underlying colors, by making them lighter. Black produces no effect.
- Burn - the lightness values of the colors in the selected layer modify the underlying layers, by making them darker.
- Exclusion - similar to Difference but softer.